ÄúµÄλÖãºÑ°ÃÎÍøÊ×Ò³£¾±à³ÌÀÖÔ°£¾VBScript£¾VBScript


objects constants operators statements functions properties methods






FUNCTION:  Sqr( )

Sqr(Number)

The Sqr function returns the square root of a positive number.

Code:
<% =Sqr(4) %>

Output:
2

Code:
<% =Sqr(123.456789) %>

Output:
11.1111110605556